home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 10 / FreelogHS10.iso / Apprendre / Trainers / id86.swf / scripts / DefineButton2_70 / BUTTONCONDACTION on(keyPress 4).as
Text File  |  2002-02-16  |  171b  |  11 lines

  1. on(keyPress "4"){
  2.    if(IncorrectDisplay == false)
  3.    {
  4.       if(Instrument == 3)
  5.       {
  6.          SlidePosition = "4";
  7.          gotoAndStop(20);
  8.       }
  9.    }
  10. }
  11.